home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 2.iso / mac / data / Nuttall.dir / 00032_Script_32 < prev    next >
Text File  |  2001-01-30  |  232b  |  17 lines

  1.  
  2. on mouseDown
  3.   btndown (the clickon)
  4.   repeat while the mousedown
  5.     nothing
  6.   end repeat
  7.   
  8.   if rollover (the clickon) then
  9.     showleftPanel
  10.   end if
  11. end
  12. on mouseenter
  13.   roll 55
  14. end
  15. on mouseleave
  16.   unroll 55
  17. end